home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / irit40e2.zip / POLY3D-H.CFG < prev    next >
Text File  |  1994-01-04  |  1KB  |  32 lines

  1. ;If TRUE, Internal edges (Created by IRIT solid modeller) are also displayed
  2. Internal    FALSE
  3.  
  4. More        FALSE        ;If true print more messages (boolean)
  5.  
  6. Quiet        FALSE        ;If true no printing at all.
  7.  
  8. ClipScreen    TRUE        ;If true only data inside screen is processed.
  9.  
  10. ;if the polygons are ordered in a pattern and only the first i edges of
  11. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  12. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  13. ;set to 0 all the polygon edges are to be handled.
  14. NumOfEdges    0
  15.  
  16. ;Delete Back facing polygons if TRUE. This speeds the process, but can be
  17. ;applied to well oriented polygons only. The (specified!) POLYGON PLANE
  18. ;normal should point into the object, and the object should be closed.
  19. ;Output from IRIT solid modeller is well oriented.
  20. BackFacing    FALSE
  21.  
  22. ;Controls the fineness of surfaces (and curves) once they are subdivided
  23. ;into piecewise linear elements: polygons (and polylines). Note this is
  24. ;used and log2 of fineness so for example FineNess of 4 means about
  25. ;2^4 = 16 pieces in a polyline approximating a curve and 16 by 16
  26. ;subdivisions a surface.
  27. FineNess    4
  28.  
  29. ;If TRUE four polygons are formed from each bilinear
  30. ;in the solid rendering option. Otherwise two polygons.
  31. FourPerFlat    TRUE
  32.